@import url("reset.css");
@import url("main.css");

/*----------------------------------------- Page 4 All -------------------------------------- */

strong {
    font-weight: bold;
}

#wrapper3{
	width:952px;
	/*min-height:500px;*/
	background:#fff;
	-moz-box-shadow: 2px 1px 5px #a88f6f;
    -webkit-box-shadow: 2px 1px 5px #a88f6f;
    box-shadow: 2px 1px 5px #a88f6f;
    margin-bottom:40px;
    overflow:hidden;
}

.crumb{
    color:#4e280d;
    margin:30px 20px;
    border:1px solid #f5efe9;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    padding:10px 25px;
}
    .crumb a{ color:#b4a180;}
    .crumb a:hover{ color:#4e280d;}

.page{
    text-align:center;
    background:#fff9f1;
    margin:30px 20px;
    padding:10px;
    color:#4e280d;
    border:1px solid #d1c0a7;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
    .page a{margin:0 5px;}

a.btn, input.btn{
    font-size:14px;
    color:#4e280d;
    text-shadow:1px 1px 1px #ffffff;
    letter-spacing:1px;
    cursor:pointer;
    margin:10px;
    padding:12px 32px;
    border:1px solid #cec4ab;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display:inline-block;
    -moz-box-shadow: 2px 2px 4px #e7dfd4;
    -webkit-box-shadow: 2px 2px 4px #e7dfd4;
    box-shadow: 2px 2px 4px #e7dfd4;
    background:#F7F0E7;
    background-image: linear-gradient(bottom, #E3DCD0 65%, #F7F0E7 100%);
    background-image: -o-linear-gradient(bottom, #E3DCD0 65%, #F7F0E7 100%);
    background-image: -moz-linear-gradient(bottom, #E3DCD0 65%, #F7F0E7 100%);
    background-image: -webkit-linear-gradient(bottom, #E3DCD0 65%, #F7F0E7 100%);
    background-image: -ms-linear-gradient(bottom, #E3DCD0 65%, #F7F0E7 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.65, #E3DCD0),
        color-stop(1, #F7F0E7)
    );
}
a.btn:hover, input.btn:hover{ color:#b0a897;}

a.btnB, input.btnB{
    font-size:14px;
    color:#ebdcd1;
    text-shadow:-1px -1px 1px #2e1301;
    letter-spacing:1px;
    cursor:pointer;
    margin:10px;
    padding:12px 32px;
    border:1px solid #4e280d;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display:inline-block;
    -moz-box-shadow: 2px 2px 4px #e7dfd4;
    -webkit-box-shadow: 2px 2px 4px #e7dfd4;
    box-shadow: 2px 2px 4px #e7dfd4;
    background:#4e280d;
    background-image: linear-gradient(bottom, #4E280D 71%, #7A3F18 100%);
    background-image: -o-linear-gradient(bottom, #4E280D 71%, #7A3F18 100%);
    background-image: -moz-linear-gradient(bottom, #4E280D 71%, #7A3F18 100%);
    background-image: -webkit-linear-gradient(bottom, #4E280D 71%, #7A3F18 100%);
    background-image: -ms-linear-gradient(bottom, #4E280D 71%, #7A3F18 100%);
    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.71, #4E280D),
        color-stop(1, #7A3F18)
    );
}
a.btnB:hover, input.btnB:hover{
    color:#fff;
    background:#94410A;
    background-image: linear-gradient(bottom, #5C2A09 71%, #94410A 100%);
    background-image: -o-linear-gradient(bottom, #5C2A09 71%, #94410A 100%);
    background-image: -moz-linear-gradient(bottom, #5C2A09 71%, #94410A 100%);
    background-image: -webkit-linear-gradient(bottom, #5C2A09 71%, #94410A 100%);
    background-image: -ms-linear-gradient(bottom, #5C2A09 71%, #94410A 100%);
    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.71, #5C2A09),
        color-stop(1, #94410A)
    );
}

a.btn_small, input.btn_small{padding: 2px 10px;}

em{color:#AF0707;}
i{color:#ff0000; font-style:normal; text-shadow:none;}
.browntxt{color:#4E280D;}
.soldout{color:#AF0707; font-size:15px;}
.stayCenter{text-align:center; margin:20px 0;}
.fieldbox{
	border:1px solid #d1c0a7;
	background:#fff9f1;
	padding:5px;
	-moz-box-shadow:inset 3px 3px 6px #fff4bd;
    -webkit-box-shadow:inset 3px 3px 6px #fff4bd;
    box-shadow:inset 3px 3px 6px #fff4bd;
}
    
    

/*------------------------------------ Page of productList ---------------------------------- */
#wrapper2{
	width:952px;
	min-height:500px;
	background:#fff url(../images/menubg.jpg) repeat-y left;
	-moz-box-shadow: 2px 1px 5px #a88f6f;
    -webkit-box-shadow: 2px 1px 5px #a88f6f;
    box-shadow: 2px 1px 5px #a88f6f;
    margin-bottom:40px;
    overflow:hidden;
}
    #wrapper2 .left{
        float:left;
        width:208px;
        overflow:hidden;
    }
    #wrapper2 .right{
        float:right;
        width:740px;
        overflow:hidden;
    }
    #wrapper2 h1.titlebox{
        margin:0 20px;
    }
    
    ul.menu{
        padding:15px 20px 15px 35px;
    }
    ul.menu li{
        list-style:square;
        list-style-position:outside;
        color:#f5ab00;
        margin:20px 0;
    }
    ul.menu li a{
        color:#f5ab00;
        display:block;
    }
    ul.menu li ul li{
        list-style:none;
        margin:12px 0 12px 12px;
    }
    ul.menu li ul li a{
        color:#fff;
        display:block;
    }
    ul.menu li ul li a:hover{
        color:#f5ab00;
    }

    ul.menu li  .on {color:#f5ab00;}
    ul.menu li  .on a{color:#f5ab00;}
    ul.menu li  .on a:hover{color:#f5ab00;}

    ul.menu li  .on1 {color:#f5ab00;}
    ul.menu li  .on1 a{color:#f5ab00;}
    ul.menu li  .on1 a:hover{color:#f5ab00;}
    ul.menu li  .on1 ul li a{color:#fff;display:block;}

    #wrapper2 .product{
        width:210px;
        height:190px;
        overflow:hidden;
        margin:5px;
        box-shadow:none;
    }
    #wrapper2 .product img{
        width:200px;
        height:138px;
    }
    #wrapper2 .product .data p{
        width:155px;  margin-left:8px;
        height:20px;
    }
     #wrapper2 .product .others p{
        width:205px;
    }
    #wrapper2 .product .btn_cart1{
        width:55px;

    }

/*--------------------------------------- Page of product ----------------------------------- */
.productSingle{ margin:20px;}
    .productSingle .pic{
        width:280px;
        border:1px solid #f5efe9;
        float:left;
        padding:15px 25px;
    }
    .productData{
        float:left;
        width:690px;
        margin-left:0px;
        color:#4e280d;
    }
    .productSingle .pd_name{
		margin:15px 0;
        color:#af0707;
        font-size:14px;
    }
    .productSingle .pd_detail{
        border-bottom:1px solid #f7f2ed;
        padding-bottom:px;
        margin:10px 0;
        width:690px;
        overflow:hidden;
        color:#B0A79C;
    }
    .productSingle .pd_price span{
        color:#b0a79c;
        font-size:14px;
        /*text-decoration:line-through;*/
    }
    .productSingle .pd_price b{
        color:#af0707;
        font-size:14px;
    }
    .productSingle .pd_price em{
        color:#af0707;
        font-size:14px;
    }
    .payment{ margin-top:15px;}
    .payment li{ margin:5px 0;}
    .payment img{
        margin-right:5px;
        vertical-align:middle;
    }
    .payment .tab{ margin-left:65px;}
    .btn_cart2{
        width:217px;
        height:51px;

        border:none;
        cursor:pointer;
        text-indent:-5000px;
        margin:20px 0;
    }

/*------------------------ Page of newsList & News & eventList & Event -------------------------- */
.newsList, .eventList{
    margin:0 auto;
    width:83%;
}
    .newsList .news, .eventList .event{
        margin:20px 20px;
    }

.contentbox{
	margin:0 20px;
}
    .contentbox h1.titlebox{font-size:14px;}
    .contentbox p{
        /*color:#4e280d;*/
        line-height:22px;
        margin:20px 0;
        overflow:hidden;
    }
    .light{
        border-bottom:1px solid #f7f2ed;
        padding:10px;
        text-align:right;
        color:#C6AF8B;
        margin-bottom:10px;
    }
    .bottomLine{
        border-top:1px solid #f7f2ed;
        padding:20px;
        text-align:center;
        margin:10px 0;
    }
    

/*--------------------------------------- Page of cartSteps ----------------------------------- */
.steps{
	background:#fff9f1;
	border:1px solid #d1c0a7;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    margin:30px 0px;
}
    .steps .inner{
        border:3px solid #e3dacd;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding:15px 20px;
        color:#d2c8b8;
        text-align:center;
    }
    .steps span{ margin:0 17px;}
    .steps b{ color:#b4a180; font-size:14px; font-weight:bold;}
    .steps em{ color:#4d270d; margin:0 12px; font-size:14px; }	
	.steps em a:link, a:visited{color:#4d270d;	text-decoration:none;}
	.steps em a:hover, a:active{color:#000;text-decoration:none;}
	
	.steps em .stepst a {color:#000; text-decoration:none; font-weight:bold;}

/*----------------------------------------- TABLE --------------------------------------------- */
table.cartlist{
	margin:0 auto 50px;
	width:100%;	
	border-top:3px solid #e3dacd;
	border-bottom:3px solid #e3dacd;
	color:#4e280d;
}
    .title th{
        padding:10px 6px;
        border-bottom:1px solid #e3dacd;
        background:#4e280d;
        color:#fff;
        text-align:center;
    }
    .item td{
        padding:10px 6px;
        text-align:center;
        line-height:18px;
    }
    .item td img{
        width:90px;
    }
    .item td a:link, .item td a:visited{
        color:#AF0707;
    }
    .item td a:hover, .item td a:active{
        color:#000;
    }
    .item .odd td{	
        background:#fff;
        border-bottom:1px solid #e3dacd;
    }
    .item .even td{	
        background:#fff9f1;
        border-bottom:1px solid #e3dacd;
    }
    .item .gift td{	
        background:#F9F4B8;
    }
    .cartlist_edit .item tr:hover td{
        background:#f0ebe3;
    }
    table.cartlist tfoot td{
        padding:7px;
    }


.cartTotal{ float:right;}
.cartTotal th{ text-align:right;}
.cartTotal td{ text-align:left;}
.cartTotal em{ color:#AF0707;}



/*---------------------------------------- SECTION of Fillin ------------------------------------ */
.fillin{
    background:#f0ebe3;
}
    .section{
        padding:20px;
        border-bottom:1px dotted #fff;
    }
        .section h1{
            font-size:15px;
            margin:0px 0 10px 0;
        }
        .section p{
            margin:5px 0;
        }
        .section p .title{
            width:110px;
            display:inline-block;
            vertical-align:top;
        }
        .section p img{
            vertical-align:middle;
            margin:0 3px;
        }
        .fillin .section .btn{
            padding:2px 10px;
        }



/*------------------------------------------ Page of Map ------------------------------------- */
.map{margin-bottom:30px;}
.map .section p .title{
    width:70px;
}
.map .googlemap{
    float:left;
    border:1px solid #E3DACD;
}
.map .detail{
    float:left;
    margin:10px 30px;
}


/*------------------------------ Page of Login & Forgetpw & Changepw ---------------------------- */
.formbox{
    width:500px;
    margin:10px auto 30px;
    padding:10px;
    min-height:300px;
	background:#F9F4B8;
	background-image: linear-gradient(bottom, #FFF585 0%, #F9F4B8 53%);
    background-image: -o-linear-gradient(bottom, #FFF585 0%, #F9F4B8 53%);
    background-image: -moz-linear-gradient(bottom, #FFF585 0%, #F9F4B8 53%);
    background-image: -webkit-linear-gradient(bottom, #FFF585 0%, #F9F4B8 53%);
    background-image: -ms-linear-gradient(bottom, #FFF585 0%, #F9F4B8 53%);
    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #FFF585),
        color-stop(0.53, #F9F4B8)
    );
	-moz-box-shadow: 2px 1px 5px #a88f6f;
    -webkit-box-shadow: 2px 1px 5px #a88f6f;
    box-shadow: 2px 1px 5px #a88f6f;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
    .formbox .section{border:none;}
    .formbox h1{
        font-size:26px;
        font-weight:bold;
        color:#764820;
    }
    .formbox p{
        margin:10px 50px;
    }
    .formbox p .title{
        width:80px;
        vertical-align:middle;
        font-size:16px;
        color:#764820;
    }
    .formbox p .fieldbox{
        font-size:16px;
        color:#764820;
    }
    .formbox .section .eee{
        margin:10px 10px;
    }
    .formbox .tip{margin-left:140px;}

/*------------------------------ Page of Signup & DataEdit------------------------------------ */
.mebsheet .light{
    text-align:left;
    line-height:22px;
}
.mebsheet p .title{
    width:80px;
}
.mebsheet .tip{
    margin-left:85px;
    color:#C6AF8B;
}
.mebsheet .row{
    margin-left:85px;
}


/*-------------------------------------- Page of Member -------------------------------------- */
.btn_ordersearch, .btn_event, .btn_dataedit, .btn_pw{
    width:191px;
    height:59px;
    display:inline-block;
    text-indent:-5000px;
    margin:0 10px;
}
.btn_ordersearch{
    background:url(../../../images/frontpage/TW/btn_ordersearch.png) no-repeat;
}
.btn_event{
    background:url(../../../images/frontpage/TW/btn_event.png) no-repeat;
}
.btn_dataedit{
    background:url(../../../images/frontpage/TW/btn_dataedit.png) no-repeat;
}
.btn_pw{
    background:url(../../../images/frontpage/TW/btn_pw.png) no-repeat;
}


a.btn_bar, input.btn_bar{
    background:#4E280D;
    text-align:center;
    padding:2px 0;
    border:none;
    font-size:13px;
    cursor:pointer;
    color:#fff;
    letter-spacing:2px;
    width:130px;
    display:inline-block;
}


/*-------------------------------------- Pages of Search -------------------------------------- */
.result .product{
    width:270px;
    height:380px;
    overflow:hidden;
    margin:5px;
    box-shadow:none;
}
.result .product p{margin:0;}
.result .product img{
    width:250px;
    height:285px;
}
.result .product .data p{
    width:190px;
    height:20px;
}
.result .product .others p{
    width:265px;
}
.result .product .btn_cart1{
    width:70px;
    background:url(../../../images/frontpage/TW/btn_cart3.png) no-repeat;
}


/*-------------------------------------- Pages of teaExpert ------------------------------------- */
dl.pix img, dl.pix dt, dl.pix dd{ float:left;}
dl.pix img{margin:10px 30px 10px 20px;}
dl.pix dt{
    width:700px;
    margin-top:50px;
    font-weight:bold;
}
dl.pix dd{
    width:700px;
    line-height:20px;
}

h2{color:#4E280D; font-size:15px;}


.productListContactTag {color: #fff;}


/*********产品详细页******/
#preview{ float:left; width:700px;height:470px; overflow:hidden}
#preview .jqzoom{height:465px;overflow:hidden;border:1px solid #f7f2ed;text-align:center;display:table-cell;width:698px;vertical-align:middle;display:block;font-size:176px;}
#preview .jqzoom img{margin-left:auto;margin-right:auto;vertical-align:middle;max-width:650px;max-height:465px; width:auto;}

#spec-n5{height:62px;margin:2px 0 0;overflow:hidden;}
.zoomdiv{  left:859px;  height:400px; width:400px;}
.list-h li{ float:left;}
#spec-n5{width:720px; height:56px; padding:6px 0 20px 0; overflow:hidden;}
#spec-left{ background:url(../images/left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:5px;}
#spec-right{background:url(../images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:5px;}
#spec-list{ width:225px; float:left; overflow:hidden; margin-left:2px; display:inline; position:relative; width:670px; margin-left:10px;}
#spec-list ul li{ float:left; margin-right:0px; display:inline; width:75px;}
#spec-list ul li img{ padding:2px ; border:1px solid #f7f2ed; width:50px; height:50px;}
{position: fixed}
/*jqzoom*/
.jqzoom{position:relative;padding:0;width:351px;}
.zoomdiv{z-index:9900;position:absolute;top:1px;left:0px;width:400px;height:400px;border:1px solid #e4e4e4;display:none;overflow: hidden;}
.bigimg{width:800px;height:800px;}
.jqZoomPup{z-index:99;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;cursor:move;}
.proinfo{ float:right; width:346px; height:362px; overflow:hidden; background:url(../images/fdqy.jpg) 0 -60px no-repeat}
.fl{ float:left}
.fr{ float:right}